home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mac 13
/
the-mac-13.iso
/
On The Rom
/
100 Best Mac CD-ROMs Selection
/
Daring To Fly™
/
Daring To Fly™.8 bit, for 030
/
00066.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-15
|
218 b
|
12 lines
on startMovie
global bg
set the preloadRam to 1
if not objectp(bg) then
set bg to backdrop(mnew)
bg(mRegister, "00000000-333")
bg(mSetColor, 0, 0, 0)
bg(mHideInBack, 0)
bg(mShow)
end if
end